mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-17 12:55:22 +00:00
Fix typo in comment.
Originally committed as revision 27546 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
parent
1625216eaa
commit
59ded10ca2
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@
|
|||
|
||||
#include "libavutil/avutil.h"
|
||||
|
||||
#define STR(s) AV_TOSTRING(s) //AV_STINGIFY is too long
|
||||
#define STR(s) AV_TOSTRING(s) //AV_STRINGIFY is too long
|
||||
|
||||
#define MAX_FILTER_SIZE 256
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue