mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-11 08:13:06 +00:00
avcodec/ansi: add fall-through annotations
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
* ASCII/ANSI art decoder
|
||||
*/
|
||||
|
||||
#include "libavutil/attributes.h"
|
||||
#include "libavutil/common.h"
|
||||
#include "libavutil/frame.h"
|
||||
#include "libavutil/xga_font_data.h"
|
||||
@@ -396,6 +397,7 @@ static int decode_frame(AVCodecContext *avctx, AVFrame *rframe,
|
||||
break;
|
||||
case 0x0A: //LF
|
||||
hscroll(avctx);
|
||||
av_fallthrough;
|
||||
case 0x0D: //CR
|
||||
s->x = 0;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user