[FFmpeg-trac] #3924(avcodec:closed): libavcodec - the option name "ac" is duplicated

FFmpeg trac at avcodec.org
Thu Nov 13 02:22:23 CET 2014


#3924: libavcodec - the option name "ac" is duplicated
------------------------------------+-----------------------------------
             Reporter:  cnt         |                    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           |
------------------------------------+-----------------------------------
Changes (by michael):

 * status:  new => closed
 * resolution:   => invalid


Comment:

 Theres one option and one constant.
 If you want to make a list of options that can be set to somevalue or
 another then your gui would skip constants (AV_OPT_TYPE_CONST). These are
 not options the user could set to something

 If you want to make a list of value that a single option can be set to
 then you would only consider all AV_OPT_TYPE_CONST which had a matching
 unit to the specific option

--
Ticket URL: <https://trac.ffmpeg.org/ticket/3924#comment:4>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list