mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
avformat/img2enc: reindent after previous commit.
This commit is contained in:
@@ -59,7 +59,6 @@ static int write_header(AVFormatContext *s)
|
||||
img->muxer = "gif";
|
||||
} else if (st->codec->codec_id == AV_CODEC_ID_RAWVIDEO) {
|
||||
const char *str = strrchr(img->path, '.');
|
||||
/* TODO: reindent */
|
||||
img->split_planes = str
|
||||
&& !av_strcasecmp(str + 1, "y")
|
||||
&& s->nb_streams == 1
|
||||
|
||||
Reference in New Issue
Block a user