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

« back to all changes in this revision

Viewing changes to gst-libs/ext/libav/libavcodec/mpeg12data.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:
305
305
{ 0xc, 10 },
306
306
};
307
307
 
308
 
const AVRational avpriv_frame_rate_tab[16] = {
 
308
const AVRational ff_mpeg12_frame_rate_tab[16] = {
309
309
    {    0,    0},
310
310
    {24000, 1001},
311
311
    {   24,    1},