~ubuntu-branches/ubuntu/feisty/avidemux/feisty

« back to all changes in this revision

Viewing changes to avidemux/ADM_codecs/ADM_codecs.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Christian Marillat
  • Date: 2005-05-25 13:02:29 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050525130229-jw94cav0yhmg7vjw
Tags: 1:2.0.40-0.0
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
 
81
81
    uint8_t divx4=0;
82
82
 
 
83
                CHECK("FMP4");
 
84
                CHECK("fmp4");
83
85
                CHECK("DIVX");
84
86
                CHECK("divx");
85
87
                CHECK("DX50");
185
187
 
186
188
                                        return(decoders *)( new decoderFFhuff(w,h,extraLen,extraData));
187
189
           }
 
190
  if(fourCC::check(fcc,(uint8_t *)"FFVH"))
 
191
          {
188
192
 
 
193
                                        return(decoders *)( new decoderFF_ffhuff(w,h,extraLen,extraData));
 
194
           }
189
195
    if(fourCC::check(fcc,(uint8_t *)"SVQ3"))
190
196
          {
191
197
 
207
213
 
208
214
                                        return(decoders *)( new decoderSnow(w,h));
209
215
           }
 
216
           if(fourCC::check(fcc,(uint8_t *)"H264"))
 
217
           {
 
218
 
 
219
             return(decoders *)( new decoderFFH264(w,h));
 
220
           }           
210
221
#endif
211
222
 
212
223
/*