[FFmpeg-cvslog] avcodec/av1dec: Change bit_depth to int

2024-05-24 Thread Michael Niedermayer
ffmpeg | branch: release/6.1 | Michael Niedermayer  | 
Fri May  3 00:10:01 2024 +0200| [c42b520ba580e7d068d44c2cf20ca41b43f23e3b] | 
committer: Michael Niedermayer

avcodec/av1dec: Change bit_depth to int

Suggested-by: James Almer 
Signed-off-by: Michael Niedermayer 
(cherry picked from commit 69b4d9736b0d0ad01c41fcae2d66eaa534b76969)
Signed-off-by: Michael Niedermayer 

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

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

diff --git a/libavcodec/av1dec.c b/libavcodec/av1dec.c
index ccc21e933f..8ff42d389f 100644
--- a/libavcodec/av1dec.c
+++ b/libavcodec/av1dec.c
@@ -443,7 +443,7 @@ static int get_tiles_info(AVCodecContext *avctx, const 
AV1RawTileGroup *tile_gro
 static enum AVPixelFormat get_sw_pixel_format(void *logctx,
   const AV1RawSequenceHeader *seq)
 {
-uint8_t bit_depth;
+int bit_depth;
 enum AVPixelFormat pix_fmt = AV_PIX_FMT_NONE;
 
 if (seq->seq_profile == 2 && seq->color_config.high_bitdepth)

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".


[FFmpeg-cvslog] avcodec/av1dec: Change bit_depth to int

2024-05-22 Thread Michael Niedermayer
ffmpeg | branch: release/7.0 | Michael Niedermayer  | 
Fri May  3 00:10:01 2024 +0200| [8170914a34b6b29e3745a346e5ea46a1436c5310] | 
committer: Michael Niedermayer

avcodec/av1dec: Change bit_depth to int

Suggested-by: James Almer 
Signed-off-by: Michael Niedermayer 
(cherry picked from commit 69b4d9736b0d0ad01c41fcae2d66eaa534b76969)
Signed-off-by: Michael Niedermayer 

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

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

diff --git a/libavcodec/av1dec.c b/libavcodec/av1dec.c
index d13c2c4a6b..32c2379a45 100644
--- a/libavcodec/av1dec.c
+++ b/libavcodec/av1dec.c
@@ -468,7 +468,7 @@ static int get_tiles_info(AVCodecContext *avctx, const 
AV1RawTileGroup *tile_gro
 static enum AVPixelFormat get_sw_pixel_format(void *logctx,
   const AV1RawSequenceHeader *seq)
 {
-uint8_t bit_depth;
+int bit_depth;
 enum AVPixelFormat pix_fmt = AV_PIX_FMT_NONE;
 
 if (seq->seq_profile == 2 && seq->color_config.high_bitdepth)

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".


[FFmpeg-cvslog] avcodec/av1dec: Change bit_depth to int

2024-05-02 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer  | Fri 
May  3 00:10:01 2024 +0200| [69b4d9736b0d0ad01c41fcae2d66eaa534b76969] | 
committer: Michael Niedermayer

avcodec/av1dec: Change bit_depth to int

Suggested-by: James Almer 
Signed-off-by: Michael Niedermayer 

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

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

diff --git a/libavcodec/av1dec.c b/libavcodec/av1dec.c
index 2666134f67..79a87f41c9 100644
--- a/libavcodec/av1dec.c
+++ b/libavcodec/av1dec.c
@@ -469,7 +469,7 @@ static int get_tiles_info(AVCodecContext *avctx, const 
AV1RawTileGroup *tile_gro
 static enum AVPixelFormat get_sw_pixel_format(void *logctx,
   const AV1RawSequenceHeader *seq)
 {
-uint8_t bit_depth;
+int bit_depth;
 enum AVPixelFormat pix_fmt = AV_PIX_FMT_NONE;
 
 if (seq->seq_profile == 2 && seq->color_config.high_bitdepth)

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".