~ubuntu-branches/ubuntu/utopic/libav/utopic

« back to all changes in this revision

Viewing changes to libavformat/allformats.c

  • Committer: Package Import Robot
  • Author(s): Reinhard Tartler
  • Date: 2012-12-21 15:32:13 UTC
  • mto: (1.2.18)
  • mto: This revision was merged to the branch mainline in revision 34.
  • Revision ID: package-import@ubuntu.com-20121221153213-fudzrugjzivtv0wp
Tags: upstream-9~beta3
ImportĀ upstreamĀ versionĀ 9~beta3

Show diffs side-by-side

added added

removed removed

Lines of Context:
106
106
    REGISTER_MUXDEMUX (H261, h261);
107
107
    REGISTER_MUXDEMUX (H263, h263);
108
108
    REGISTER_MUXDEMUX (H264, h264);
109
 
    REGISTER_DEMUXER  (HLS, hls);
 
109
    REGISTER_MUXDEMUX (HLS, hls);
110
110
    REGISTER_DEMUXER  (IDCIN, idcin);
111
111
    REGISTER_DEMUXER  (IFF, iff);
112
112
    REGISTER_MUXDEMUX (ILBC, ilbc);
214
214
    REGISTER_MUXDEMUX (SRT, srt);
215
215
    REGISTER_DEMUXER  (STR, str);
216
216
    REGISTER_MUXDEMUX (SWF, swf);
 
217
    REGISTER_DEMUXER  (TAK, tak);
217
218
    REGISTER_MUXER    (TG2, tg2);
218
219
    REGISTER_MUXER    (TGP, tgp);
219
220
    REGISTER_DEMUXER  (THP, thp);