[FFmpeg-trac] #8661(avcodec:new): HEVC missing chroma location

FFmpeg trac at avcodec.org
Sun May 10 18:07:33 EEST 2020


#8661: HEVC missing chroma location
---------------------------------+--------------------------------------
             Reporter:  Sesse    |                     Type:  defect
               Status:  new      |                 Priority:  normal
            Component:  avcodec  |                  Version:  git-master
             Keywords:           |               Blocked By:
             Blocking:           |  Reproduced by developer:  0
Analyzed by developer:  0        |
---------------------------------+--------------------------------------
 Hi,

 When you're decoding HEVC video, you end up with unspecified
 chroma_sample_location. HEVC is left like H.264, so please add

 {{{
       avctx->chroma_sample_location = AVCHROMA_LOC_LEFT;
 }}}

 in hevc_decode_init().

--
Ticket URL: <https://trac.ffmpeg.org/ticket/8661>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list