~ubuntu-branches/ubuntu/trusty/gst-libav1.0/trusty-proposed

« back to all changes in this revision

Viewing changes to gst-libs/ext/libav/libavcodec/latm_parser.c

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2013-09-24 17:07:00 UTC
  • mfrom: (1.1.17) (7.1.9 experimental)
  • Revision ID: package-import@ubuntu.com-20130924170700-4dg62s3pwl0pdakz
Tags: 1.2.0-1
* New upstream stable release:
  + debian/control:
    - Build depend on GStreamer and gst-plugins-base >= 1.2.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
106
106
}
107
107
 
108
108
AVCodecParser ff_aac_latm_parser = {
109
 
    .codec_ids      = { CODEC_ID_AAC_LATM },
 
109
    .codec_ids      = { AV_CODEC_ID_AAC_LATM },
110
110
    .priv_data_size = sizeof(LATMParseContext),
111
111
    .parser_parse   = latm_parse,
112
112
    .parser_close   = ff_parse_close