[FFmpeg-trac] #1890(avcodec:closed): avpriv_mpeg4audio_sample_rates vector size not correct

FFmpeg trac at avcodec.org
Tue Nov 6 13:22:41 CET 2012


#1890: avpriv_mpeg4audio_sample_rates vector size not correct
------------------------------------+-----------------------------------
             Reporter:  dellabetta  |                    Owner:
                 Type:  defect      |                   Status:  closed
             Priority:  normal      |                Component:  avcodec
              Version:  git-master  |               Resolution:  invalid
             Keywords:              |               Blocked By:
             Blocking:              |  Reproduced by developer:  0
Analyzed by developer:  0           |
------------------------------------+-----------------------------------

Comment (by ubitux):

 It's guaranteed to be set to 0 by the C standard in this case. And we use
 that feature all around the code base.

 Also, FF_ARRAY_ELEMS will not work as expected given that this array is
 exported (which is related to another real issue though).

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


More information about the FFmpeg-trac mailing list