summaryrefslogtreecommitdiffstats
path: root/libvo/jpeg_enc.h
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/jpeg_enc.h')
-rw-r--r--libvo/jpeg_enc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libvo/jpeg_enc.h b/libvo/jpeg_enc.h
index 923b431a9b..b518fb4bbf 100644
--- a/libvo/jpeg_enc.h
+++ b/libvo/jpeg_enc.h
@@ -22,8 +22,8 @@
* http://www.ece.purdue.edu/~bourman/grad-labs/lab8/pdf/lab.pdf
*/
-#ifndef JPEG_ENC_H
-#define JPEG_ENC_H
+#ifndef MPLAYER_JPEG_ENC_H
+#define MPLAYER_JPEG_ENC_H
typedef struct {
struct MpegEncContext *s;
@@ -46,4 +46,4 @@ int jpeg_enc_frame(jpeg_enc_t *j, unsigned char *y_data,
void jpeg_enc_uninit(jpeg_enc_t *j);
-#endif /* JPEG_ENC_H */
+#endif /* MPLAYER_JPEG_ENC_H */