gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r12123: Move forward declaration to


From: Benjamin Wolsey
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r12123: Move forward declaration to the correct namespace.
Date: Wed, 31 Mar 2010 20:06:52 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 12123
committer: Benjamin Wolsey <address@hidden>
branch nick: trunk
timestamp: Wed 2010-03-31 20:06:52 +0200
message:
  Move forward declaration to the correct namespace.
modified:
  libmedia/ffmpeg/VideoDecoderFfmpeg.cpp
=== modified file 'libmedia/ffmpeg/VideoDecoderFfmpeg.cpp'
--- a/libmedia/ffmpeg/VideoDecoderFfmpeg.cpp    2010-03-31 16:20:15 +0000
+++ b/libmedia/ffmpeg/VideoDecoderFfmpeg.cpp    2010-03-31 18:06:52 +0000
@@ -55,11 +55,12 @@
 namespace gnash {
 namespace media {
 namespace ffmpeg {
+ 
+class VaapiContextFfmpeg;
 
 // Forward declarations of VAAPI functions.
 namespace {
 
-    class VaapiContextFfmpeg;
 
     VaapiContextFfmpeg* get_vaapi_context(AVCodecContext* avctx);
     void set_vaapi_context(AVCodecContext* avctx, VaapiContextFfmpeg* vactx);


reply via email to

[Prev in Thread] Current Thread [Next in Thread]