~ubuntu-branches/ubuntu/karmic/mjpegtools/karmic

« back to all changes in this revision

Viewing changes to lavtools/frequencies.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2005-12-06 20:12:15 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20051206201215-ytv9vohvxcg0rerm
Tags: 1:1.8.0-0.0ubuntu1
* Sync with Marillat:
  + Rename lib package for c++ allocator change

Show diffs side-by-side

added added

removed removed

Lines of Context:
954
954
    { NULL, NULL, 0 } /* EOF */
955
955
};
956
956
 
957
 
struct STRTAB chanlist_names[] = {
958
 
    {  0, "us-bcast" },
959
 
    {  1, "us-cable" },
960
 
    {  2, "us-cable-hrc" },
961
 
    {  3, "japan-bcast" },
962
 
    {  4, "japan-cable" },
963
 
    {  5, "europe-west" },
964
 
    {  6, "europe-east" },
965
 
    {  7, "italy" },
966
 
    {  8, "newzealand" },
967
 
    {  9, "australia" },
968
 
    { 10, "ireland" },
969
 
    { 11, "france" },
970
 
    { 12, "china-bcast" },      
971
 
    { -1, NULL }
972
 
};
973
 
 
974
957
int                chantab   = 5;
975
958
struct CHANLIST   *chanlist  = europe_west;
976
959
int                chancount = CHAN_COUNT(europe_west);