ffmpeg | branch: master | Paul B Mahol <[email protected]> | Sun Sep  5 15:00:14 
2021 +0200| [5852bb6b4be9f9a011de93f0272a55fc4c82dd57] | committer: Paul B Mahol

avcodec/mlpenc: stop using hardcoded value

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5852bb6b4be9f9a011de93f0272a55fc4c82dd57
---

 libavcodec/mlpenc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/mlpenc.c b/libavcodec/mlpenc.c
index b8800aa21b..2229ba2a21 100644
--- a/libavcodec/mlpenc.c
+++ b/libavcodec/mlpenc.c
@@ -339,7 +339,7 @@ static int compare_decoding_params(MLPEncodeContext *ctx)
 
         if (prev_cp->codebook    != cp->codebook  ||
             prev_cp->huff_lsbs   != cp->huff_lsbs  )
-            retval |= 0x1;
+            retval |= PARAM_PRESENT;
     }
 
     return retval;

_______________________________________________
ffmpeg-cvslog mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to