1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-29 03:02:53 +00:00

Fix typo in comment.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27546 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
michael 2008-09-08 00:52:22 +00:00
parent 7dd7068c7a
commit 65f45532e3

View File

@ -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