---
title: "Country list atom ('ctry')"
framework: quicktime-file-format
role: symbol
role_heading: Atom
path: quicktime-file-format/country_list_atom
---

# Country list atom ('ctry')

An atom that lists items that are suitable for more than one country.

## Overview

Overview When one or more items must be identified as being suitable for more than one country, each list of countries is stored in this otherwise optional atom. The country list atom is a full atom with an atom type of ‘ctry’. Each list starts with a two-byte count of the number of items in the list, and then each ISO 3166 code representing countries in the list. The atom consists of a count of the number of lists, expressed as a 32-bit integer, and then these lists, appended end-to-end. Note that: Indexes into the country list atom are 1-based. Zero (0) is reserved and never used as an index. Currently, there is a limit of 255 countries that may be recorded in a country list atom. An example country list atom consisting of two country lists with two and three countries, respectively, is shown in the following table.  |  |  |   |  |  |   |  |  |   |  |  |   |  |  |   |  |  |   |  |  |   |  |  |   |  |  |   |  |  |   |  |  |

## Topics

### Data fields

- [Size](quicktime-file-format/country_list_atom/size.md)
- [Type](quicktime-file-format/country_list_atom/type.md)
- [Version](quicktime-file-format/country_list_atom/version.md)
- [Flags](quicktime-file-format/country_list_atom/flags.md)
- [Entry_count](quicktime-file-format/country_list_atom/entry_count.md)
- [Country_count](quicktime-file-format/country_list_atom/country_count.md)
- [Country[Country_count]](quicktime-file-format/country_list_atom/country_country_count.md)

## See Also

### Atoms

- [Language list atom ('lang')](quicktime-file-format/language_list_atom.md)
- [Metadata item keys atom ('keys')](quicktime-file-format/metadata_item_keys_atom.md)
- [Metadata item list atom ('ilst')](quicktime-file-format/metadata_item_list_atom.md)
- [Metadata item atom](quicktime-file-format/metadata_item_atom.md)
- [Value atom](quicktime-file-format/value_atom.md)
- [Item information atom ('itif')](quicktime-file-format/item_information_atom.md)
- [Name atom ('name')](quicktime-file-format/name_atom.md)
- [Data atom ('data')](quicktime-file-format/data_atom.md)
