[FFmpeg-trac] #1294(undetermined:open): Support for Omneon AVC Intra 50/100 MXF OP1a files

FFmpeg trac at avcodec.org
Fri Sep 21 19:24:50 CEST 2012


#1294: Support for Omneon AVC Intra 50/100 MXF OP1a files
-------------------------------------+-------------------------------------
             Reporter:  Thomas       |                    Owner:
  Mundt                              |                   Status:  open
                 Type:  defect       |                Component:
             Priority:  normal       |  undetermined
              Version:  git-master   |               Resolution:
             Keywords:  h264intra    |               Blocked By:
  mxf                                |  Reproduced by developer:  1
             Blocking:               |
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------

Comment (by reimar):

 About 2):
 It would probably be nicer to avoid such hacks and instead do something
 along the lines of
 switch (codec_tag) {
 case MKTAG('a', 'i', '1', '2'):
 case MKTAG('a', 'i', '5', '2'):
 [any other progressive ones]
 field_order = PROGRESSIVE;
 break;
 default:
 break
 }

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/1294#comment:17>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list