]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/vdpau_h264.c
Merge commit '07377fb557909015338b4c215b87b9c73ea577ad'
[ffmpeg] / libavcodec / vdpau_h264.c
index a91546140edb748cda5fddb16886964376f8c367..5ae34490b5c297472aa80f2e7527191330babe9f 100644 (file)
@@ -239,8 +239,8 @@ static int vdpau_h264_init(AVCodecContext *avctx)
         break;
 #endif
     case FF_PROFILE_H264_HIGH_10:
-        /* XXX: High 10 can be treated as High so long as only 8-bits per
-         * formats are supported. */
+        /* XXX: High 10 can be treated as High so long as only 8 bits per
+         * format are supported. */
         profile = VDP_DECODER_PROFILE_H264_HIGH;
         break;
 #ifdef VDP_DECODER_PROFILE_H264_HIGH_444_PREDICTIVE