comparison pixdesc.c @ 989:732bb5b10aec libavutil

pixdesc: add missing includes
author mru
date Sat, 10 Jul 2010 00:40:53 +0000
parents f2fa8ffe7a05
children 83021885b234
comparison
equal deleted inserted replaced
988:9e571d7d4a99 989:732bb5b10aec
17 * You should have received a copy of the GNU Lesser General Public 17 * You should have received a copy of the GNU Lesser General Public
18 * License along with FFmpeg; if not, write to the Free Software 18 * License along with FFmpeg; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 */ 20 */
21 21
22 #include <stdio.h>
23 #include <string.h>
22 #include "pixfmt.h" 24 #include "pixfmt.h"
23 #include "pixdesc.h" 25 #include "pixdesc.h"
24 26
25 #include "intreadwrite.h" 27 #include "intreadwrite.h"
26 28